home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / full / jbuild / setup / JBuilder / jruntime.z / sun_tools_debug_Field.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-11  |  643 b   |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class sun_tools_debug_Field */
  4.  
  5. #ifndef _Included_sun_tools_debug_Field
  6. #define _Included_sun_tools_debug_Field
  7. struct Hjava_lang_String;
  8. struct Hjava_lang_Object;
  9.  
  10. #pragma pack(4)
  11.  
  12. typedef struct Classsun_tools_debug_Field {
  13.     long slot;
  14.     struct Hjava_lang_String *name;
  15.     struct Hjava_lang_String *signature;
  16.     long access;
  17.     struct Hjava_lang_Object *clazz;
  18. } Classsun_tools_debug_Field;
  19. HandleTo(sun_tools_debug_Field);
  20.  
  21. #pragma pack()
  22.  
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.